Decision making statements are the statements that are used to verify a given condition and decide whether a block of statements gets executed or not based on the condition result.
Types of Decision Making Statements
- If statements
- Switch statement
- Conditional operator statement
- Goto statement